.product_container {
    margin-top: -86px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}

.content .venturelabel {
    font-size: 14px;
    color: #ffffff;
    background-color: #772de2;
    width: 110px;
    line-height: 26px;
    text-align: left;
    margin: -40px 860px 40px 40px;
    cursor: pointer;
    padding-left: 10px;
}
.venturelabel span.arrow {
    background-image: url(../images/arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 9px;
    height: 15px;
    display: block;
    margin-top: -20px;
    margin-left: 90px;
    float: left;
}
.content .headpart {
    width: 100%;
    float: left;
}

.content .left_headpart h1 {
    margin: 0;
    padding-top: 44px;
    padding-bottom: 46px;
    margin-left: 40px;
    font-size: 2.5em;
    line-height: 50px;
}

.content h2 {
    font-size: 1.25em;
    color: #333333;
    margin: 0;
    margin-top: 0;
    margin-left: 4%;
    margin-right: 4%;
}

.content h3 {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 1.0em;
    line-height: 24px;
    color: #666666;
    font-weight: 200;
}

.content h4 {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 25px;
    font-size: 1.25em;
    color: #333333;
    line-height: 30px;
}

.content img {
    margin-bottom: 20px;
    width: 100%;
}

.content p {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    margin-bottom: 29px;
    font-size: .875em;
    color: #666666;
    line-height: 24px;
}

.content .left_headpart {
    float: left;
    width: 60%;
}

.content .right_headpart {
    float: left;
    width: 40%;
}

.content .type {
    float: right;
    text-align: right;
    right: 0;
    margin-top: 44px;
    margin-right: 40px;
    margin-bottom: 14px;
    font-size: 1.0em;
    color: #333333;
}

.content .share {
    float: right;
    margin: 0;
    margin-right: 40px;
    clear: both;
}

.content .share li {
    float: left;
    list-style: none;
    margin-left: 10px;
    cursor: pointer;
}

.content_full {
    width: 100%;        
    padding-bottom: 15px;
}

.content_full .pictext_container {
    width: 100%;
    overflow: hidden;
}

.content_full .pictext_container .col-1,
.content_full .pictext_container .col-2 {
    width: 100%;
    float: left;
    overflow: hidden;
}

.content_full .pictext_container .col-1 .text-block {
    float: left;
    text-align: center;
    padding: 130 100;
}

.content_full .pictext_container .col-1 .paragraph-block {
    margin: 56px 70px;
}

.content_full .pictext_container .col-1 .paragraph-block h4 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 34px;
    font-weight: bold;
}

.content_full .pictext_container .col-1 .paragraph-block p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.content_full .pictext_container .col-1 .text-block h4 {
    width: 100%;
    margin: 20 auto;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    font-weight: bolder;
}

.content_full .pictext_container .col-1 .text-block p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.content_full .pictext_container .col-1 .playinfo {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    top: 93%;
    left: 1%;
    width: 70px;
    cursor: pointer;
}

.content_full .pictext_container .col-1 .playinfo img {
    width: 100%;
}

.content_full .pictext_container .col-1 .playinfo .duration {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 14px;
    transform: translate(-28%, -52%);  
    -webkit-transform: translate(-28%, -52%);

}

.content_full .pictext_container .col-2 .text-block {
    float: left;
    height: 500px;
    width: 50%;
}

.content_full .pictext_container .col-2 .text-block h4 {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 136px;
    font-size: 1.25em;
    color: #333333;
    line-height: 30px;
    font-weight: bolder;
}

.content_full .pictext_container .col-2 .text-block p {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -11px;
    font-size: .875em;
    color: #666666;
    line-height: 24px;
}

.content_full .pictext_container .col-1 .img-block {
    width: 100%;
}

.content_full .pictext_container .col-2 .img-block {
    width: 50%;
    float: left;
    height: 500px;
    overflow: hidden;
}

.content_full .pictext_container .col-1 .video-block {
    position: relative;
}

.content_full .pictext_container .col-1 .video-block video {
    width: 100%;
}

.content_full .pictext_container .col-1 .video-block .video-play-btn {
    position: absolute;
    top: 222px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.content_full .pictext_container .col-1 .video-cover {
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.content_full .toleft {
    margin-top: -50%;
}

.content_full .toright {
    margin-left: 50%;
}

.content_full .black_article {
    width: 100%;
    background-color: #000000;
    background-image: url(../images/black_bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.content_full .black_article p {
    float: left;
    padding: 50px;
    margin-left: -4px;
    font-size: 2.25em;
    color: #ffffff;
    line-height: 54px;
    width: 62%;
}

.product_container .labellist {
    margin-top: 35px;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*border-bottom: solid 2px #f9f9f9;*/
    padding-bottom: 15px;
}

.product_container .labellist .label {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.product_container .toventure_btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    outline: none;
    text-decoration: none;
    padding-bottom: 35px;
}

.toventure_btn h2 {
    font-size: 18px;
    color: #ffffff;
    background-color: #772de2;
    width: 180px;
    line-height: 36px;
    text-align: left;
    cursor: pointer;  
    padding-left: 20px;
}
.toventure_btn h2 span.arrow {    
    background-image: url(../images/arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 9px;
    height: 15px;
    display: block;
    margin-top: -26px;
    margin-left: 150px;
    float: left;
}
.more {
    width: 100%;
}

.more .fullwidth {
    width: 100%;
    float: left;
    margin: 0;
    height: 80px;
    background-color: white;
}

.more .fullwidth p {
    text-align: center;
    margin: 0;
    line-height: 80px;
}

.more .case_container {
    width: 100%;
}

.more .case_container a {
    width: 33.33%;
    display: block;
    float: left;
}

.more .case_container img {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.more .case_container p {
    float: left;
    margin: 0;
    margin-top: -36px;
    margin-left: 10px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 0.875em;
    color: #FFF;
    background-color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 80%;
    overflow: hidden;
}

.video-dialog-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}

.video-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
}

.video-close {
    position: absolute;
    width: 44px;
    height: 44px;
    background-image: url(../images/video_close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 20px;
    cursor: pointer;
    z-index: 101;
}

.video-dialog {
    position: absolute;
    width: 100%;
    max-width: 1280px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
    -webkit-transform: translate(-50%, -50%);

}

.video-dialog .video-detail {
    display: none;
}

.video_full {
    width: 100%;
}
@media (max-width:768px) {
    .fixedbar img {
        width: calc(16% + 80px);
    }
    .mobile_menu .background {
        margin-top: 16%;
    }
    .content_margintop {
        margin-top: 16%;
    }
    .product_container {
        margin-top: 0;
    }
    .content {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 24px;
    }
    .content .left_headpart {
        width: 100%;
    }
    .content .left_headpart h1 {
        margin-left: 6%;
        margin-right: 6%;
        font-size: 1.625em;
        padding-bottom: 20px;
        width: 88%;
        line-height: 34px;
        padding-top: 20px;
    }
    .content .venturelabel {
        padding: 0 10px;
        font-size: 12px;
        width: 84px;
        margin: 0 6% 10px;
        line-height: 24px;
    }
    .venturelabel span.arrow {
        width: 8px;
        height: 13px;
        display: block;
        margin-top: -19px;
        margin-right: -2px;
        float: right;
    }
    .content h2 {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1.0em;
        line-height: 40px;
    }
    .content h3 {
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 6px;
        margin-bottom: 10px;
        font-size: 0.875em;
        line-height: 1.9em;
    }
    .content h4 {
        margin-top: 0;
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
        margin-top: 24px;
        margin-bottom: -12px;
        font-size: 1.25em;
        line-height: 1.56em;
    }
    .content p {
        width: 88%;
        font-size: 1.0em;
        margin-left: 6%;
        margin-right: 6%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .content img {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .content .mobiletype {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: .75em;
        color: #666666;
    }
    .content_full .pictext_container .col-1,
    .col-2 {
        width: 100%;
        height: auto;
    }
    .content_full .pictext_container .col-1 .img-block {
        width: 100%;
    }
    .content_full .pictext_container .col-2 .img-block {
        padding: 5%;
        width: 90%;
        height: auto;
    }
    .content_full .pictext_container .col-1 .text-block {
        width: 100%;
        margin: 30px auto 40px;
        line-height: 26px;
        padding: 0;
    }
    .content_full .pictext_container .col-1 .text-block h4 {
        margin: 0 auto 30px;
        width: 90%;
    }
    .content_full .pictext_container .col-2 .text-block {
        width: 100%;
        margin: 0 auto;
        line-height: 26px;
        padding: 0;
        height: auto;
    }
    .content_full .pictext_container .col-2 .text-block h4 {
        margin: 30 auto;
        width: 90%;
    }
    .content_full .pictext_container .col-2 .text-block p {
        width: 90%;
    }
    .content_full .pictext_container .col-1 .paragraph-block {
        width: 90%;
        margin: 5% auto;
        /*line-height: 26px;*/
        /*padding: 0;*/
        /*height: auto;*/
        /*margin: 56px 70px 34px;*/
    }
    .content_full .pictext_container .col-1 .paragraph-block h4 {
        width: 100%;
        /*font-size: 20px;*/
        /*line-height: 30px;*/
    }
    .content_full .pictext_container .col-1 .paragraph-block p {
        width: 100%;
        font-size: 14px;
        /*font-size: 16px;*/
        /*line-height: 24px;*/
    }
    .content_full .pictext_container .col-1 .video-block .video-play-btn {
        width: 20%;
        height: 40%;
        top: 30%;
    }
    .content_full .toright,
    .content_full .toleft {
        margin-left: 0;
        margin-top: 0;
    }
    .content_full .pic_container {
        margin-top: 20px;
    }
    .content_full .black_article {
        background-image: url("../images/black_bg_mobile.jpeg");
    }
    .content_full .black_article p {
        width: 84%;
        padding: 8%;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 1.2em;
        line-height: 30px;
    }
    .product_container .labellist {
        margin-top: 20px;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 15px;
    }
    .product_container .labellist .label {
        margin-left: 0;
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .product_container .labellist .label button {
        height: 36px;
    }
    .more .case_container a {
        width: 50%;
        display: block;
        float: left;
    }
    .more .case_container img {
        width: 100%;
    }
    .content_full .lastbanner {
        width: 100%;
    }
    .footer .labellist {
        margin-top: 35px;
        padding-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    .footer .labellist .label {
        margin: 0;
        padding-bottom: 0;
        width: 23%;
        padding-left: 4%;
        padding-right: 5%;
    }
    .footer .labellist .label button {
        color: #f4f4f4;
        background-color: #000000;
        border: solid 1px #f4f4f4;
    }
    .footer .labellist .label .activebtn {
        color: #000000;
        background-color: #f4f4f4;
    }
    .content_full .pictext_container .col-1 .playinfo {
        margin-left: 10px;
        left: 0;
        top: 100%;
        transform: translateY(-100%);  
        -webkit-transform: translateY(-100%);

        margin-top: -10px;
    }
}
